Coroutine\Channel->close 关闭通道。并唤醒所有等待读写的协程。 funtion Coroutine\Channel->close(); 唤醒所有生产者协程,push方法返回false 唤醒所有消费者协程,pop方法返回false